Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stack Manager #457

Draft
wants to merge 77 commits into
base: master
Choose a base branch
from
Draft

Stack Manager #457

wants to merge 77 commits into from

Conversation

carymrobbins
Copy link
Owner

Adds stack framework integration.

The rationale here is that package.yaml files can get quite complex,
specifically in regards to anchors. Instead, we should just call out
to 'stack build --dry-run' to generate the cabal files, which will also
verify that our build configuration is valid, then we can just parse
each cabal file into a PackageConfig.
…r to get around needing an Application in the externalSystem
Was previously wrapped in an erroneous 'getPkgs' call which would
always be None if the ghc-pkg cache had not been previously loaded.
It seems like this check should be pointless since the file 'f' in
question was found in the module name index.
In a previous commit, we changed HaskellBuildSettings to no longer
auto-guess the exe if it was not set. This broke some assumptions made
by our new project wizard in HaskellModuleBuilder. Fixed this by doing
the guessing manually.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant